Find Disk v1.3 Copyright 2007 by Robert F. Gage II

The following respond with error codes refering to drive letters:
FNDSK /C
FNDSK /L | /S [/A] [/B] {label or file}

         Error Code is 1 then drive is letter A, 2 is B, 3 is C and so on....
         Error Code of 0 is unable to find the drive.

         /C  Get Current Drive letter.
         /L  Searches drives to find the first one with the 'label'.
         /S  Searches drives to find file.

             /A Includes A: drive in the drive search.
             /B Includes B: drive in the drive search.

Checks a specific drive...
FNDSK /W drive: | /F [[drive:\]path\]filename

  /W  Responds with errorcode of 1 if current drive is writable and 0 if not.
  /F  Responds with errorcode of 1 if 'filename' exists and 0 if not.

